Post

Replies

Boosts

Views

Activity

Reply to Xcode 16.3, an error is occurring in the String Catalog.
Hello. Thank you for the detailed explanation. As you mentioned, I checked the Attributes inspector, but the Argument Number field is not visible. I suspect that this field does not appear when a stringsdict has been migrated to xcstrings. (For items generated by building code like LocalizedStringResource("key_1", defaultValue: "%lf %ld"), the Argument Number field does appear.) Fortunately, I was able to resolve the issue by manually editing the JSON and adding the argNum field. Alternatively, changing %arg to %2$ld also seems to fix the problem. Is it intentional that the Argument Number field is not shown in certain situations?
Apr ’25
Reply to Xcode 16.3, an error is occurring in the String Catalog.
If the string is in the format %1$#@VARIABLE@, but argNum is set to 2 — I believe this is a contradiction. To prevent issues like this, how about removing the argNum field entirely from the String Catalog? In my opinion, since plural variables already have either explicit or implicit indexes within the string, it might be possible to omit argNum altogether.
Replies
Boosts
Views
Activity
Apr ’25
Reply to Xcode 16.3, an error is occurring in the String Catalog.
Hello. Thank you for the detailed explanation. As you mentioned, I checked the Attributes inspector, but the Argument Number field is not visible. I suspect that this field does not appear when a stringsdict has been migrated to xcstrings. (For items generated by building code like LocalizedStringResource("key_1", defaultValue: "%lf %ld"), the Argument Number field does appear.) Fortunately, I was able to resolve the issue by manually editing the JSON and adding the argNum field. Alternatively, changing %arg to %2$ld also seems to fix the problem. Is it intentional that the Argument Number field is not shown in certain situations?
Replies
Boosts
Views
Activity
Apr ’25
Reply to writeImageAtIndex:1012: ⭕️ ERROR: 'App' is trying to save an opaque image (5712x4284) with 'AlphaLast'.
Same here. ✋✋
Replies
Boosts
Views
Activity
Nov ’24
Reply to Issue with keyboard poping up
Me too
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’23